Add study_013: Keh, Foo & Lim (2002) — Opportunity Evaluation under Risky Conditions#2
Merged
XuanL17 merged 2 commits intoAISmithLab:devfrom Mar 7, 2026
Merged
Conversation
…isky Conditions New study contribution examining how cognitive biases (overconfidence, illusion of control, planning fallacy, belief in small numbers) affect entrepreneurs' opportunity evaluation, mediated by risk perception. Based on survey data from 77 Singaporean SME founders. Includes: - Full questionnaire (Sections A-D) with verbatim stimuli from paper appendix - 10 overconfidence items with answers verified against Singapore Yearbook of Statistics 2000 - 5 findings (F1-F5): overconfidence t-test + 4 Pearson correlations - config.py with persona-varied prompt generation (40 questions per trial) - evaluator.py with one-sample t-test and correlation-based replication testing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Major changes from code review: - Replace Pearson correlations with OLS regressions for F2-F5, matching the paper's Table 4 analysis (simple OLS for F2, multiple OLS with controls for F3-F5) - Fix F5 finding: change from overconfidence→OE to small_numbers→OE (β=1.17, t=1.91, p<.06) matching Model 2 in Table 4 - Move shared scoring logic (parse_question_responses, compute_construct_scores, code_belief_in_small_numbers, iter_response_records) into study_utils.py - Fix D8 open-ended coding: "no additional information needed" now correctly codes as +1 (substantive belief in small numbers), not treated as missing - Make D8 prompt optional with de-biased framing to avoid inflating statistical-reasoning responses - Tighten demographics to Table 2 only (sex, race, education, business_size) - Fix compute_participant_scores → compute_construct_scores naming mismatch - Update ground_truth.json with reported_coefficient and reported_t_value fields for regression findings Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Files added (14 files, 1,811 lines)
Implementation notes
Test plan
verify_study.sh study_013validationbuild_studies_index.pyindex building🤖 Generated with Claude Code